home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / x25 / nrs.shar.Z / nrs.shar / Makefile < prev    next >
Encoding:
Makefile  |  1990-04-27  |  355 b   |  15 lines

  1. # RCSid[] = "@(#)$Header: Makefile,v 3.1 86/12/24 10:09:14 pb Rel $"
  2. #
  3. # This is just enough to generate the real makefile
  4. #
  5. MAKE=make
  6.  
  7. AnyKey:    Configure makefile.SH
  8.     sh Configure quick
  9.     touch config.sh
  10.     @echo " "
  11.     @if [ -r makefile ]; \
  12.     then echo now doing the real make ...; echo " "; $(MAKE) $(MFLAGS); \
  13.     else echo now do the real make ..... ; \
  14.     fi
  15.